From the mixer directory, call
./build.sh
If you do not have a UNIX shell, then manually follow what prescribed in build.sh, that is
mvn -Dmaven.test.skip=true install
cd mixer-distribution/
mvn assembly:single
The compiled jars can be found in
/mixer/mixer/mixer-distribution/target
In order to run obda-mixer
, a number of parameters need to be passed through a configuration file. Such parameters can be also passed through a number of command line parameters.
## In order to get a view of the available command-line parameters, run it with the help option:
--help-verbose
For a quick step-by-step guide, you can refer to here.